-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do not end pragma scanning at \t (horizontal tab) character #3410
Do not end pragma scanning at \t (horizontal tab) character #3410
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ooops, I should have caught that, too.
Please add a test case! Otherwise looks good.
Test case for a pragma with a tab? |
This one does not work yet. Please wait for an update before you merge. |
but continue to scan until a "line break" character is encountered
b81f061
to
35f99a2
Compare
Nevermind, that worked. I added a test, too. |
Codecov Report
@@ Coverage Diff @@
## master #3410 +/- ##
===========================================
- Coverage 85.21% 73.31% -11.91%
===========================================
Files 698 534 -164
Lines 344174 265950 -78224
===========================================
- Hits 293272 194968 -98304
- Misses 50902 70982 +20080
|
but continue to scan until a "line break" character is encountered